Go to the source code of this file.
Functions | |
| int | sceKernelGzipDecompress (u8 *dest, u32 destSize, const u8 *src, u32 unknown) |
| Decompress gzip'd data (requires kernel mode). | |
| void | sceKernelDcacheInvalidateAll (void) |
| Invalidate the entire data cache. | |
| int | sceKernelDcacheProbe (void *addr) |
| Check whether the specified address is in the data cache. | |
| void | sceKernelIcacheInvalidateAll (void) |
| Invalidate the entire instruction cache. | |
| void | sceKernelIcacheInvalidateRange (const void *addr, unsigned int size) |
| Invalidate a instruction cache range. | |
| int | sceKernelIcacheProbe (const void *addr) |
| Check whether the specified address is in the instruction cache. | |
|
|
Invalidate the entire data cache.
|
|
|
Check whether the specified address is in the data cache.
|
|
||||||||||||||||||||
|
Decompress gzip'd data (requires kernel mode).
|
|
|
Invalidate the entire instruction cache.
|
|
||||||||||||
|
Invalidate a instruction cache range.
|
|
|
Check whether the specified address is in the instruction cache.
|
1.4.6